HW1

Reading in blogpost data

Justin Flattery
9/26/2021
knitr::opts_chunk$set(echo = TRUE)

Read in data

I am going to use the cereal data set. This shows a breakdown of cereal by sodium, sugar and type.

cereal <-read.csv("../../_data/cereal.csv")

Reuse

Text and figures are licensed under Creative Commons Attribution CC BY-NC 4.0. The figures that have been reused from other sources don't fall under this license and can be recognized by a note in their caption: "Figure from ...".